home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / aspell / examples / spell < prev   
Encoding:
Text File  |  2008-08-20  |  122 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. # aspell list mimicks the standard unix spell program, roughly.
  4.  
  5. cat "$@" | aspell list --mode=none | sort -u
  6.  
  7.